Bluetooth Config
Protobuf type meshtastic.Config.BluetoothConfig
Types
Functions
Link copied to clipboard
inline fun ConfigProtos.Config.BluetoothConfig.copy(block: ConfigKt.BluetoothConfigKt.Dsl.() -> Unit): ConfigProtos.Config.BluetoothConfig
inline fun ConfigProtos.Config.BluetoothConfig.copy(block: ConfigKt.BluetoothConfigKt.Dsl.() -> Unit): ConfigProtos.Config.BluetoothConfig
inline fun ConfigProtos.Config.BluetoothConfig.copy(block: ConfigKt.BluetoothConfigKt.Dsl.() -> Unit): ConfigProtos.Config.BluetoothConfig
inline fun ConfigProtos.Config.BluetoothConfig.copy(block: ConfigKt.BluetoothConfigKt.Dsl.() -> Unit): ConfigProtos.Config.BluetoothConfig
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Enable Bluetooth on the device
Content copied to clipboard
bool enabled = 1;
Link copied to clipboard
Specified PIN for PairingMode.FixedPin
Content copied to clipboard
uint32 fixed_pin = 3;
Link copied to clipboard
Determines the pairing strategy for the device
Content copied to clipboard
.meshtastic.Config.BluetoothConfig.PairingMode mode = 2;
Link copied to clipboard
Determines the pairing strategy for the device
Content copied to clipboard
.meshtastic.Config.BluetoothConfig.PairingMode mode = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun newBuilder(prototype: ConfigProtos.Config.BluetoothConfig): ConfigProtos.Config.BluetoothConfig.Builder
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.BluetoothConfig
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.BluetoothConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.BluetoothConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.BluetoothConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.BluetoothConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ConfigProtos.Config.BluetoothConfig
Link copied to clipboard
Link copied to clipboard